home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / MacTools / C++ / bitmap_7240.png < prev    next >
Portable Network Graphic  |  1991-11-29  |  3.9 KB  |  484x285  |  1-bit (2 colors)
   ocr: versus C++ There are several distinct ditrerences between the C and C++ programm - ing languages. Let us esamine a few of these ditterences. I. C++ offers Object Driented ProgrammingtooP. Dbject Driented rogramming is designed similar to the way you see the world, in terms of objects and classes. I1. C++ offers more flesibility that C. reatures that allow C++ to have more flesibility include : inline functions, outside class detinitions, friend functions, ouerloadingtrunctions and multiple constructors), over- loading operators to provide new meanings, including others. III. C++ otters better ...